This event occurs immediately after the object has been successfully deleted.
Syntax
Private Sub AMUIExtension_AfterDelete( ByVal Object As Object )
Name | Description |
---|---|
Object |
The object that has been deleted |
Remarks
When this event occurs, the object has been marked as deleted. But since the transaction has not been committed, the object is still available.